-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2103-F11-1] ManageEZPZ #62
Open
Denniszedead
wants to merge
791
commits into
nus-cs2103-AY2122S2:master
Choose a base branch
from
AY2122S2-CS2103-F11-1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2103-F11-1] ManageEZPZ #62
Denniszedead
wants to merge
791
commits into
nus-cs2103-AY2122S2:master
from
AY2122S2-CS2103-F11-1:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Denniszedead
changed the title
AY2122S2-CS2103-F11-t-ManageEZPZ
[AY2122S2-CS2103-F11] ManageEZPZ
Feb 16, 2022
Denniszedead
changed the title
[AY2122S2-CS2103-F11] ManageEZPZ
[CS2103-F11-1] ManageEZPZ
Feb 16, 2022
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
============================================
+ Coverage 72.15% 75.72% +3.57%
- Complexity 399 851 +452
============================================
Files 70 107 +37
Lines 1232 2604 +1372
Branches 125 311 +186
============================================
+ Hits 889 1972 +1083
- Misses 311 520 +209
- Partials 32 112 +80
Continue to review full report at Codecov.
|
Bug fix related to Edit Task
* 'master' of https://github.com/Denniszedead/tp: (34 commits) edited UG slightly checkstyle fix code edited based on danny's suggestion checkstyle fix checkstyle fix added some comments fixed bug where task still updates even though empty values were supplied fix todo empty description bug Remove print line Added more guard clause, for editTask, markTask, unmarkTask, tagPriority. Fix message success string and remove print line Change 'delete' to 'deletes' Replace helpMessage picture with right-click to copy feature, edit `help` instruction to include right-click to copy. Modify copy clipboard feature title and decrease font size of some labels Refractor Help Window image file name Modify wrap text property of num of tasks label in Person List card Update GUI for Help Window Optimize GUI and modify some properties Fix Gradle Errors Solve JSON modified crashing ManageEZPZ, set-up defensive programming for JsonAdaptedTask ...
* master: (34 commits) edited UG slightly checkstyle fix code edited based on danny's suggestion checkstyle fix checkstyle fix added some comments fixed bug where task still updates even though empty values were supplied fix todo empty description bug Remove print line Added more guard clause, for editTask, markTask, unmarkTask, tagPriority. Fix message success string and remove print line Change 'delete' to 'deletes' Replace helpMessage picture with right-click to copy feature, edit `help` instruction to include right-click to copy. Modify copy clipboard feature title and decrease font size of some labels Refractor Help Window image file name Modify wrap text property of num of tasks label in Person List card Update GUI for Help Window Optimize GUI and modify some properties Fix Gradle Errors Solve JSON modified crashing ManageEZPZ, set-up defensive programming for JsonAdaptedTask ...
* Move messages that are only used by EditTaskCommand from Messages.java to EditTaskCommand.java * Modify exception message to better reflect invalid time details for Event task * Remove String messages that are not in use
Update README and PPP
Edit editEmployee description in UG
Bug Fixes and UG Edits
…-RemoveUnusedMethods
Branch remove unused methods
* Change font size of Employees and Tasks heading from 14pt to 15pt * Add welcome text message when user launches the application * Update Ui.png
add in assertEquals, assertFalse and assertTrue statements for better test coverage
Make final updates to UI
…EmployeeAndTask Modify test cases for DeleteTask, DeleteEmployee and EditEmployee
Add more sample data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ManageEZPZ helps to keep track of the task assigned and to aid in overseeing employees.